home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / PASCAL / DRVTYP20.ZIP / README.DOC < prev    next >
Encoding:
Text File  |  1995-03-09  |  2.1 KB  |  57 lines

  1. DRIVE TYPES Version 2.0           PUBLIC DOMAIN SOURCE CODE FOR PASCAL
  2. --------------------------------------------------------------------------
  3.  
  4. 1. WHAT IS IT?
  5.  
  6. The DRVTYPES.PAS Borland (Turbo) Pascal 6+ public domain code gives you
  7. possibilities to retrieve the type of a specified drive. Version 2.0
  8. currently provides detection of the following drive types:
  9.   
  10.   - Fixed drives
  11.   - Removeable (floppy, etc.) drives
  12.   - Remote (network) drives
  13.   - MSCDEX V2.00+ compatible CD-ROM drives
  14.   - DoubleSpace compressed drives
  15.   - SUBST'ed or re-assigned drives
  16.   - Stacker version 4 compressed drives (dunno about earlier versions)
  17.   - RAM drives (driven usually by RAMDRIVE or VDISK)
  18.   - Vertisoft DoubleDisk 2.6 compressed drives
  19.   - IOmega Bernoully drives
  20.   - Norton Diskreet drives
  21.   - SuperStor compressed drives
  22.  
  23. 2. HOW TO USE DRVTYPES
  24.  
  25. Program DRIVES.PAS demonstrates the use of the DrvTypes unit.
  26. Since most of the entire code in DRVTYPES.PAS written in BASM (built-in
  27. assembler), you may easily port this code for use with the C/CPP language
  28. (see general notes in DRVTYPES.PAS for more information).
  29.  
  30. 3. LICENSE AGREEMENT
  31.  
  32. DrvTypes and all associated code released to public domain giving all users
  33. free access to the entire source code. You are allowed to modify all sources
  34. except that we would like to ask you not to touch authority lines. You may
  35. also give us credits if you want to.
  36.  
  37. 4. DISCLAIMER
  38.  
  39. AS-IS BASIS IS ASSUMED. NO WARRANTIES ARE PROVIDED.
  40.  
  41. 5. HOW TO OBTAIN THE LATEST INFORMATION, REPORT BUGS OR CONTACT THE AUTHORS
  42.  
  43. DrvTypes library developed by Mr. Byte and Bobby Z with help of the following
  44. contributors: Janis Smits and Vitaly Lysenko.
  45.  
  46. If you wish to contribute some code to detect new drives, or you have bug
  47. report, or anything else, just post your message by electronic mail to one
  48. of the following addresses:
  49.  
  50. Write to Mr. Byte (Andrew Eigus)
  51. Internet e-mail:  aeigus@fgate.castle.riga.lv, andrejs@ltu-po.swh.lv
  52. Fidonet e-mail:   2:5100/33@fidonet
  53. BBS:              +371-2-559777 (AndRew's BBS in Riga, Latvian Republic)
  54.  
  55. Enjoy DrvTypes!
  56. 07.03.95
  57.